home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / xmsif.exe / WHATSNEW.142 < prev    next >
Text File  |  1992-11-14  |  2KB  |  53 lines

  1.                           WHAT'S NEW IN XMSIF
  2.  
  3. version 1.42:
  4.  
  5.    + Fixed bug in XMMlibinit() when no XMM was found. It used to
  6.      return XMMOOPS and stuff NOXMM in _XMMerror; now it returns
  7.      NOXMM as documented.
  8.  
  9.    + Updated tester to work properly in DOS windows under MS Windows 3.x.
  10.      The libraries themselves worked fine; the tester was too paranoid.
  11.  
  12. version 1.4:
  13.  
  14.    + Renamed to avoid confusion with other people's products.
  15.  
  16.    + Support for huge model and tiny model.
  17.  
  18.    + Support for Microsoft C and Turbo C tested and confirmed.
  19.  
  20.    + XMSIF distributed as libraries instead of objects.
  21.  
  22.    + _XMMicopy() function added, allowing interval copyes with different
  23.      skips between elements in source and destination. XMMicopyfrom() and
  24.      XMMicopyto() macros provided.
  25.  
  26.    + UMB functions added.
  27.  
  28.    + Bug fixes in _XMMcopy().
  29.  
  30.    + Initialization protection added. Functions will return an error instead
  31.      of crashing if the library has not been initialized.
  32.  
  33.    + Greatly expanded example program source included, and example makefiles
  34.      for compiling it with Borland/Turbo C[++] and Microsoft C.
  35.  
  36.    + Documentation rewritten. More detail, better instructions, more
  37.      organization.
  38.  
  39.  
  40. version 1.3:
  41.  
  42.    + _XMMcopy(), XMMcopyto(), and XMMcopyfrom() now can handle copies of
  43.      one byte. Warning: one-byte copies are very slow.
  44.  
  45.    + Header file for C++.
  46.  
  47.    + XMMgetversion() now returns unsigned int instead of int, and the
  48.      value of _XMMerror should be checked after calls (do not rely on
  49.      return of XMMOOPS).
  50.  
  51.    + Minor improvements to documentation.
  52.  
  53.